var encoding/binary.structSize
5 uses
encoding/binary (current package)
binary.go#L692: var structSize sync.Map // map[reflect.Type]int
binary.go#L702: if size, ok := structSize.Load(t); ok {
binary.go#L709: structSize.Store(t, size)
binary.go#L716: if size, ok := structSize.Load(t); ok {
binary.go#L720: structSize.Store(t, size)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)